home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / DIGEST_B / README_D.IGE
Text File  |  1992-03-10  |  3KB  |  84 lines

  1. Date: Dec 13, 1991
  2. From: Manuel A. Perez
  3. Subject: Digest Browser v1.0
  4.  
  5. This simple programs displays Info-Mac Digests in a
  6. hierarchical editor.  A window is divided in two panes,
  7. the top pane has the names of senders of the messages,
  8. and the bottom pane shows the contents of the message.
  9.  
  10. Multiple documents may be opened at a time, limited only
  11. by available memory.  The parser is based on C code written
  12. by Mike Gleason.  His code is available in the info-mac
  13. sources (I beleive in the Unix directory).  The original code
  14. works for VT-100 type terminals using inverse video.
  15.  
  16. The Macintosh version was built with Symantec's THINK C
  17. and the THINK Class Library (TCL).  I haven't decided on
  18. what to do with the source for this project, but for now
  19. I will keep it.  There are a few other features that I will
  20. like to add.  Please send me  your comments and wish
  21. lists.  I will see what I can do.  If there is enough interest
  22. I can make the source code available (it is very small).
  23. I was also thinking about an X-windows version, but no
  24. time for that yet.  If you find other uses for the program,
  25. please let me know how it behaves (right now, I save my
  26. email files, and read them with the browser.  The file
  27. format is similar enough that it kind-of-works).
  28.  
  29. This program has been tested in a Mac LC, II, and IIfx 
  30. using System 6.0.7 and System 7.0.  It was developed
  31. with THINK C 4.0.5, and recompiled with THINK C 5.0.
  32. Be forewarned that I haven't pushed it to the limits as
  33. far as testing for strange or abnormal situations.
  34.  
  35. You may distribute this program for free, as long as
  36. this notice is included with it.  You may not, under any
  37. circumstances, sell this program, or very bad things
  38. might happen to you.
  39.  
  40. Have fun,
  41.  
  42. Manuel A. PÄrez
  43. EMail: manuel@seas.gwu.edu, or perez@itd.nrl.navy.mil
  44.  
  45. Date: March 10, 1992
  46. From: Manuel A. Perez
  47. Subject: Digest Browser v1.2
  48.  
  49. Here is an update for the Digest Browser.  This new version
  50. features bug fixes and suggestions received since v 1.0 was
  51. made available on info-mac.  It also includes the source code
  52. for the whole project.
  53.  
  54. Fixes
  55. - Scrollbar is repositioned at the top of the scrolling area
  56. when a new item is selected in the top pane.
  57. - Printing will print the message pane (I have no idea what
  58. it was doing before).
  59.  
  60. New features
  61. - New menu "Index" with the choices From, Date and Subject.
  62. - Default choice for Index is "Subject".
  63. - Source code is included.
  64.  
  65. This time, the program has only been tested on a Mac II,
  66. using System 7.0.  It was developed with THINK C 5.0.
  67. As before,  I haven't pushed it to the limits as
  68. far as testing for strange or abnormal situations.
  69.  
  70. You may distribute this program for free, as long as
  71. this notice is included with it.  You may not, under any
  72. circumstances, sell this program or the source code,
  73. or very bad things might happen to you and/or your dog.
  74.  
  75. I will like to keep track of developments to the Digest
  76. Browser,  if you make any extensions,  could you send me
  77. (or info-mac) a note on what you did to it?
  78.  
  79. Have fun,
  80.  
  81. Manuel A. PÄrez
  82. EMail: manuel@seas.gwu.edu, or perez@itd.nrl.navy.mil
  83.  
  84.